Add "Employee ID " option in outlook 2010 contact card .

Hi,

I wanna add  "Employee ID " option in outlook 2010 contact card . Although i followed http://support.microsoft.com/kb/981022 to achieve the same.. Even though Empolyee id option is reflecting in contact card but it doesn't have any information. I have checked the MAPI value and it is set fine. Don't know what went wrong.

 

thanks

Amit Rawat

September 27th, 2011 1:48pm

This could happen if there are issues with the OAB or if it hasn't been updated yet.

If you disable Cached Exchange Mode, does it show correctly then?

Free Windows Admin Tool Kit Click here and download it now
September 27th, 2011 5:27pm

It hasn't have OAB issue.. Reason i have done a testing and got a result as follows:-

I have changed MAPI Value ..i used "Department" mapi value in registry and in AD put empolyee id number in Department tab. Then i checked the outlook.. and voila It is showing me Employee number which is actually fetching information from "Department" tab of AD. So now one thing is clear my registry setting is fine for employee id but it is not pulling info from AD attributes. Thats i need to look into .

 

 

Thanks

Amit Rawat

September 27th, 2011 6:01pm

I don't think EmployeeID can be configured as an OAB property but you can use EmployeeNumber instead. To add it to the OAB use the following Exchange PowerShell commands;
$attributes = (Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes 
$attributes.Add("EmployeeNumber,value") 
Set-OfflineAddressBook "Default Offline Address Book" -ConfiguredAttributes $attributes
Update-OfflineAddressBook "Default Offline Address Book"

You can see which attributes are currently configured by typing;
(Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes  
Free Windows Admin Tool Kit Click here and download it now
September 27th, 2011 8:06pm

I don't think EmployeeID can be configured as an OAB property but you can use EmployeeNumber instead. To add it to the OAB use the following Exchange PowerShell commands;
$attributes = (Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes 

$attributes.Add("EmployeeNumber,value") 

Set-OfflineAddressBook "Default Offline Address Book" -ConfiguredAttributes $attributes

Update-OfflineAddressBook "Default Offline Address Book"


You can see which attributes are currently configured by typing;
(Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes  

September 28th, 2011 12:44pm

i was able to run first one but how to proceed second one ($attributes.Add("EmployeeNumber,value")

Either create a ps-file or copy and paste the entire code directly in an EMS dialog.
Free Windows Admin Tool Kit Click here and download it now
September 28th, 2011 6:22pm

I have tried this as well. But unable to fetch employee id info from Employee id attributes.

 

 

 

Thanks

Amit Rawat

October 18th, 2011 11:55am

Hi, Roady

Thanks for sharing this valuable info as per your recommendation i disable Cached Exchange mode, and outlook contact is appearing after putting only USER  ID

Free Windows Admin Tool Kit Click here and download it now
May 6th, 2015 12:32am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics